Skip to content

Bugfix/CSTACKEX-129 Primary storage-pool is not failing even if NFS3/ISCSI protocol is not enabled at the storage VM#61

Open
suryag1201 wants to merge 13 commits into
mainfrom
bugfix/CSTACKEX-129
Open

Bugfix/CSTACKEX-129 Primary storage-pool is not failing even if NFS3/ISCSI protocol is not enabled at the storage VM#61
suryag1201 wants to merge 13 commits into
mainfrom
bugfix/CSTACKEX-129

Conversation

@suryag1201
Copy link
Copy Markdown

@suryag1201 suryag1201 commented May 24, 2026

Description

This PR...
Primary storage-pool is not failing even if NFS3/ISCSI protocol is not enabled at the storage VM

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)
  • Build/CI
  • Test (unit or integration test code)

Feature/Enhancement Scale or Bug Severity

Feature/Enhancement Scale

  • Major
  • Minor

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

Screenshots (if appropriate):

Screenshot 2026-05-24 at 8 45 02 PM Screenshot 2026-05-24 at 8 44 46 PM

How Has This Been Tested?

How did you try to break this feature and the system with this change?

Gupta, Surya added 11 commits May 22, 2026 11:57

@JsonIgnoreProperties(ignoreUnknown = true)
@JsonInclude(JsonInclude.Include.NON_NULL)
public static class ProtocolStatus {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need a static class for this? Instead, could we consider using a simple boolean parameter rather than introducing a complex type that itself only contains a boolean field?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

Gupta, Surya added 2 commits May 25, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants